/***********************************************************************************************************************************************************************************************************/
/*Mixin Section*/
/***********************************************************************************************************************************************************************************************************/
/*For Header Style*/
/*_Navigation Wraps Section*/
/*_End Navigation Wraps Section*/
/*_VMC icon wrapper Section*/
/*_End VMC icon wrapper Section*/
/*_VMC icon Section*/
/*_End VMC icon Section*/
/*_Burger Wraps Section*/
/*_End Burger Wraps Section*/
/*_Burger Icons Section*/
/*_End Burger Icons Section*/
/*_Navigation Menus Section*/
/*_End Navigation Menus Section*/
/*End For Header Style*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*For Footer Section*/
/*End For Footer Section*/
/***********************************************************************************************************************************************************************************************************/
/*End Mixin Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Body Section*/
/***********************************************************************************************************************************************************************************************************/
/*Mobile Section*/
@media all and (max-width: 641px) {
  body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow: auto; }

  /* width */
  body::-webkit-scrollbar {
    width: 7px;
    height: 7px; }

  /* Track */
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px; }

  /* Handle */
  body::-webkit-scrollbar-thumb {
    background: #57DBFF;
    border-radius: 10px; }

  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background: #91DBFF; } }
/*End Mobile Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Tablet Section*/
@media all and (min-width: 642px) and (max-width: 1080px) {
  body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow: auto; }

  /* width */
  body::-webkit-scrollbar {
    width: 7px;
    height: 7px; }

  /* Track */
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px; }

  /* Handle */
  body::-webkit-scrollbar-thumb {
    background: #57DBFF;
    border-radius: 10px; }

  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background: #91DBFF; } }
/*End Tablet Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Laptop Section*/
@media all and (min-width: 1081px) and (max-width: 1600px) {
  body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow: auto; }

  /* width */
  body::-webkit-scrollbar {
    width: 7px;
    height: 7px; }

  /* Track */
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px; }

  /* Handle */
  body::-webkit-scrollbar-thumb {
    background: #57DBFF;
    border-radius: 10px; }

  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background: #91DBFF; } }
/*End Laptop Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Desktop Section*/
@media all and (min-width: 1601px) {
  body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow: auto; }

  /* width */
  body::-webkit-scrollbar {
    width: 7px;
    height: 7px; }

  /* Track */
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px; }

  /* Handle */
  body::-webkit-scrollbar-thumb {
    background: #57DBFF;
    border-radius: 10px; }

  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background: #91DBFF; } }
/*End Desktop Section*/
/***********************************************************************************************************************************************************************************************************/
/*End Body Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Header Section*/
/***********************************************************************************************************************************************************************************************************/
/*Mobile Section*/
@media all and (max-width: 641px) {
  div#indexHeaderWrap {
    position: relative;
    /*To be changed*/
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    /*To be changed*/
    top: 0px;
    background: #ffffff url("../src/green wave.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1; }

  div#indexHeaderWrap > div#vmcLogoWrap {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin-left: 25px;
    width: 90px;
    margin-left: 35px;
    /*Override Mixin*/ }

  div#indexHeaderWrap > div#vmcLogoWrap > img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    width: 90px;
    /*Override Mixin*/ }

  div#indexHeaderWrap > div#valMedCenterTextWrap {
    position: relative;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-right: 5px; }

  div#indexHeaderWrap > div#valMedCenterTextWrap > h3 {
    color: #ffffff;
    text-shadow: -1px 0 3px #05a10d, 0 1px 3px #05a10d, 1px 0 3px #05a10d, 0 -1px 3px #05a10d;
    font: normal 12px Arial;
    /*To be changed*/
    margin: 0px; }

  div#indexHeaderWrap > div#medicalRecSysTextWrap {
    position: relative;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-right: 5px; }

  div#indexHeaderWrap > div#medicalRecSysTextWrap > h3 {
    color: #05a10d;
    text-shadow: -1px 0 3px #ffffff, 0 1px 3px #ffffff, 1px 0 3px #ffffff, 0 -1px 3px #ffffff;
    font: normal 12px Arial;
    /*To be changed*/
    margin: 0px; }

  /*_ _Navigation Section*/
  div#indexHeaderWrap > div#navWrap {
    position: fixed;
    /*To be changed*/
    display: block;
    box-sizing: border-box;
    overflow: visible;
    /*To be changed*/
    top: 0px;
    /*To be changed*/
    height: 100%;
    /*To be changed*/
    clear: left;
    background: #25990B;
    width: 0px;
    /*To be changed animation 150px*/ }

  div#indexHeaderWrap > div#navWrap > div#burgerWrap {
    position: relative;
    display: block;
    /*To be changed*/
    box-sizing: border-box;
    overflow: visible;
    cursor: pointer; }

  div#indexHeaderWrap > div#navWrap > div#burgerWrap > img {
    display: block;
    box-sizing: border-box;
    width: 35px;
    height: auto; }

  .navs {
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    /*To be changed*/
    word-break: none;
    /*To be changed*/
    padding: 0px 0px 0px 0px;
    /*Animate 16px 16px 16px 16px*/
    font: normal bold 14px Arial;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }

  .navs:hover, .active {
    background-color: #0180B3; }

  /*_ _End Navigation Section*/ }
/*End Mobile Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Tablet Section*/
@media all and (min-width: 642px) and (max-width: 1080px) {
  div#indexHeaderWrap {
    position: relative;
    /*To be changed*/
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    /*To be changed*/
    top: 0px;
    background: #ffffff url("../src/green wave.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1; }

  div#indexHeaderWrap > div#vmcLogoWrap {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin-left: 25px;
    width: 90px; }

  div#indexHeaderWrap > div#vmcLogoWrap > img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }

  div#indexHeaderWrap > div#valMedCenterTextWrap {
    position: relative;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-right: 5px; }

  div#indexHeaderWrap > div#valMedCenterTextWrap > h3 {
    color: #ffffff;
    text-shadow: -1px 0 3px #05a10d, 0 1px 3px #05a10d, 1px 0 3px #05a10d, 0 -1px 3px #05a10d;
    font: normal 12px Arial;
    /*To be changed*/
    margin: 0px; }

  div#indexHeaderWrap > div#medicalRecSysTextWrap {
    position: relative;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-right: 5px; }

  div#indexHeaderWrap > div#medicalRecSysTextWrap > h3 {
    color: #05a10d;
    text-shadow: -1px 0 3px #ffffff, 0 1px 3px #ffffff, 1px 0 3px #ffffff, 0 -1px 3px #ffffff;
    font: normal 12px Arial;
    /*To be changed*/
    margin: 0px; }

  /*_ _Navigation Section*/
  div#indexHeaderWrap > div#navWrap {
    position: fixed;
    /*To be changed*/
    display: block;
    box-sizing: border-box;
    overflow: visible;
    /*To be changed*/
    top: 0px;
    /*To be changed*/
    height: 100%;
    /*To be changed*/
    clear: left;
    background: #25990B;
    width: 0px;
    /*To be changed animation 150px*/ }

  div#indexHeaderWrap > div#navWrap > div#burgerWrap {
    position: relative;
    display: block;
    /*To be changed*/
    box-sizing: border-box;
    overflow: visible;
    cursor: pointer; }

  div#indexHeaderWrap > div#navWrap > div#burgerWrap > img {
    display: block;
    box-sizing: border-box;
    width: 35px;
    height: auto; }

  .navs {
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    /*To be changed*/
    word-break: none;
    /*To be changed*/
    padding: 0px 0px 0px 0px;
    /*Animate 16px 16px 16px 16px*/
    font: normal bold 14px Arial;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }

  .navs:hover, .active {
    background-color: #0180B3; }

  /*_ _End Navigation Section*/ }
/*End Tablet Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Laptop Section*/
@media all and (min-width: 1081px) and (max-width: 1600px) {
  div#indexHeaderWrap {
    position: sticky;
    /*changed*/
    box-sizing: border-box;
    white-space: nowrap;
    overflow: visible;
    /*changed*/
    top: 0px;
    background: #ffffff url("../src/green wave.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1; }

  div#indexHeaderWrap > div#vmcLogoWrap {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin-left: 25px;
    width: 90px; }

  div#indexHeaderWrap > div#vmcLogoWrap > img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }

  div#indexHeaderWrap > div#valMedCenterTextWrap {
    position: relative;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-right: 5px; }

  div#indexHeaderWrap > div#valMedCenterTextWrap > h3 {
    color: #ffffff;
    text-shadow: -1px 0 3px #05a10d, 0 1px 3px #05a10d, 1px 0 3px #05a10d, 0 -1px 3px #05a10d;
    font: normal 14px Arial;
    /*changed*/
    margin: 0px; }

  div#indexHeaderWrap > div#medicalRecSysTextWrap {
    position: relative;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-right: 5px; }

  div#indexHeaderWrap > div#medicalRecSysTextWrap > h3 {
    color: #05a10d;
    text-shadow: -1px 0 3px #ffffff, 0 1px 3px #ffffff, 1px 0 3px #ffffff, 0 -1px 3px #ffffff;
    font: normal 14px Arial;
    /*changed*/
    margin: 0px; }

  /*_ _Navigation Section*/
  div#indexHeaderWrap > div#navWrap {
    position: relative;
    /*Changed*/
    display: flex;
    /*Changed*/
    box-sizing: border-box;
    overflow: visible;
    top: auto;
    /*Changed*/
    height: auto;
    /*Changed*/
    clear: left;
    background: #25990B;
    width: auto;
    /*Changed*/ }

  div#indexHeaderWrap > div#navWrap > div#burgerWrap {
    position: relative;
    display: none;
    /*Changed*/
    box-sizing: border-box;
    overflow: visible;
    cursor: pointer; }

  div#indexHeaderWrap > div#navWrap > div#burgerWrap > img {
    display: block;
    box-sizing: border-box;
    width: 35px;
    height: auto; }

  .navs {
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    white-space: normal;
    /*Changed*/
    word-break: break-all;
    /*Changed*/
    padding: 16px 16px 16px 16px;
    /*Animate 16px 16px 16px 16px*/
    font: normal bold 14px Arial;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }

  .navs:hover, .active {
    background-color: #0180B3; }

  /*_ _End Navigation Section*/ }
/*End Laptop Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Desktop Section*/
@media all and (min-width: 1601px) {
  div#indexHeaderWrap {
    position: sticky;
    /*changed*/
    box-sizing: border-box;
    white-space: nowrap;
    overflow: visible;
    /*changed*/
    top: 0px;
    background: #ffffff url("../src/green wave.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1; }

  div#indexHeaderWrap > div#vmcLogoWrap {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin-left: 25px;
    width: 90px; }

  div#indexHeaderWrap > div#vmcLogoWrap > img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }

  div#indexHeaderWrap > div#valMedCenterTextWrap {
    position: relative;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-right: 5px; }

  div#indexHeaderWrap > div#valMedCenterTextWrap > h3 {
    color: #ffffff;
    text-shadow: -1px 0 3px #05a10d, 0 1px 3px #05a10d, 1px 0 3px #05a10d, 0 -1px 3px #05a10d;
    font: normal 16px Arial;
    /*changed*/
    margin: 0px; }

  div#indexHeaderWrap > div#medicalRecSysTextWrap {
    position: relative;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-right: 5px; }

  div#indexHeaderWrap > div#medicalRecSysTextWrap > h3 {
    color: #05a10d;
    text-shadow: -1px 0 3px #ffffff, 0 1px 3px #ffffff, 1px 0 3px #ffffff, 0 -1px 3px #ffffff;
    font: normal 16px Arial;
    /*changed*/
    margin: 0px; }

  /*_ _Navigation Section*/
  div#indexHeaderWrap > div#navWrap {
    position: relative;
    /*Changed*/
    display: flex;
    /*Changed*/
    box-sizing: border-box;
    overflow: visible;
    top: auto;
    /*Changed*/
    height: auto;
    /*Changed*/
    clear: left;
    background: #25990B;
    width: auto;
    /*Changed*/ }

  div#indexHeaderWrap > div#navWrap > div#burgerWrap {
    position: relative;
    display: none;
    /*Changed*/
    box-sizing: border-box;
    overflow: visible;
    cursor: pointer; }

  div#indexHeaderWrap > div#navWrap > div#burgerWrap > img {
    display: block;
    box-sizing: border-box;
    width: 35px;
    height: auto; }

  .navs {
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    white-space: normal;
    /*Changed*/
    word-break: break-all;
    /*Changed*/
    padding: 16px 16px 16px 16px;
    /*Animate 16px 16px 16px 16px*/
    font: normal bold 14px Arial;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }

  .navs:hover, .active {
    background-color: #0180B3; }

  /*_ _End Navigation Section*/ }
/*End Desktop Section*/
/***********************************************************************************************************************************************************************************************************/
/*End Header Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Index Page Content*/
/***********************************************************************************************************************************************************************************************************/
/*Mobile Section*/
@media all and (max-width: 641px) {
  /*
  body{
  	background: none; To be changed
  	background-size: none; To be changed
  }
  */
  div#indexContFlexWrap {
    position: relative;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    /*To be changed*/
    flex-wrap: wrap;
    /*To be changed*/
    flex-direction: column-reverse;
    /*To be changed*/
    margin-top: 13px;
    /*To be changed*/
    width: 100%;
    /*To be changed*/
    height: auto; }

  /*_Main Content Section*/
  div#indexContFlexWrap > div#contentTextWrap {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    width: 100%;
    /*To be changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > div#onMedRecTxt_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 10px 0px;
    /*To be changed*/
    text-align: center;
    /*To be changed*/
    font: normal bold 20px arial;
    /*To be changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#onMedRecDef_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 25px 0px;
    text-align: center;
    /*To be changed*/
    font: normal normal 16px arial;
    /*To be changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#reqReminders_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 10px 0px;
    font: normal normal 14px arial;
    /*To be changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 20px 0px 25px 0px;
    /*To be changed*/
    text-align: center;
    /*To be changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap > div#sssFormsTxt_ID {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    font: normal bold 18px arial;
    /*To be changed*/
    text-align: center;
    /*To be changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap > a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: visible;
    padding-right: 5px;
    text-decoration: underline;
    color: gray;
    font: normal normal 16px arial;
    /*To be changed*/
    cursor: pointer; }

  div#indexContFlexWrap > div#contentTextWrap > div#requestNowBtnWrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid transparent;
    overflow: visible;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 0px 0px;
    /*To be changed*/
    text-align: center;
    /*To be changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#requestNowBtn_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 55%;
    /*To be changed*/
    padding: 7px;
    /*To be changed*/
    font: normal bold 16px arial;
    /*To be changed*/
    text-align: center;
    color: #ffffff;
    background-color: #57DBFF;
    border-radius: 10px;
    border: 1px solid #57DBFF; }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#uploadNow_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 55%;
    /*To be changed*/
    padding: 7px;
    /*To be changed*/
    font: normal bold 16px arial;
    /*To be changed*/
    text-align: center;
    color: #ffffff;
    background-color: #25990B;
    border-radius: 10px;
    border: 1px solid #25990B;
    cursor: pointer; }

  /*_End Main Content Section*/
  /*_Content Background Section*/
  div#indexBg_ID {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    width: 100%;
    /*To be changed*/
    height: 350px;
    /*To be changed*/
    background: url("../src/MedicalRecordArt.png") center no-repeat scroll;
    /*To be changed*/
    background-size: 100% 100%; }

  /*_End Content Background Section*/ }
/*End Mobile Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Tablet Section*/
@media all and (min-width: 642px) and (max-width: 1080px) {
  /*
  body{
  	background: url("../src/MedicalRecordArt.png") right 70% no-repeat scroll; changed
  	background-size: 50% 70%; changed
  }
  */
  div#indexContFlexWrap {
    position: relative;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    /*To be changed*/
    flex-wrap: nowrap;
    /*changed*/
    flex-direction: row;
    /*changed*/
    margin-top: 25px;
    /*changed*/
    width: 100%;
    /*To be changed*/
    height: auto; }

  /*_Main Content Section*/
  div#indexContFlexWrap > div#contentTextWrap {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    width: 50%;
    /*changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > div#onMedRecTxt_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 10px 0px;
    /*To be changed*/
    text-align: center;
    /*To be changed*/
    font: normal bold 25px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#onMedRecDef_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 25px 0px;
    text-align: center;
    /*To be changed*/
    font: normal normal 18px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#reqReminders_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 10px 0px;
    font: normal normal 16px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 20px 0px 25px 0px;
    /*To be changed*/
    text-align: center;
    /*To be changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap > div#sssFormsTxt_ID {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    font: normal bold 16px arial;
    /*changed*/
    text-align: center;
    /*To be changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap > a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: visible;
    padding-right: 5px;
    text-decoration: underline;
    color: gray;
    font: normal normal 14px arial;
    /*changed*/
    cursor: pointer; }

  div#indexContFlexWrap > div#contentTextWrap > div#requestNowBtnWrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    border: 1px solid transparent;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 0px 0px;
    /*To be changed*/
    text-align: center;
    /*To be changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#requestNowBtn_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 40%;
    /*changed*/
    padding: 10px;
    /*changed*/
    font: normal bold 16px arial;
    /*To be changed*/
    text-align: center;
    color: #ffffff;
    background-color: #57DBFF;
    border-radius: 10px;
    border: 1px solid #57DBFF; }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#uploadNow_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 40%;
    /*changed*/
    padding: 10px;
    /*changed*/
    font: normal bold 16px arial;
    /*To be changed*/
    text-align: center;
    color: #ffffff;
    background-color: #25990B;
    border-radius: 10px;
    border: 1px solid #25990B;
    cursor: pointer;
    vertical-align: top; }

  /*_End Main Content Section*/
  /*_Content Background Section*/
  div#indexBg_ID {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    width: 50%;
    /*changed*/
    height: auto;
    /*changed*/
    background: url("../src/MedicalRecordArt.png") center center no-repeat scroll;
    /*changed*/
    background-size: 100% 100%; }

  /*_End Content Background Section*/ }
/*End Tablet Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Laptop Section*/
@media all and (min-width: 1081px) and (max-width: 1600px) {
  /*
  body{
  	background: url("../src/MedicalRecordArt.png") center center no-repeat scroll; changed
  	background-size: content; changed
  }
  */
  div#indexContFlexWrap {
    position: relative;
    display: flex;
    box-sizing: border-box;
    overflow: visible;
    /*changed*/
    flex-wrap: nowrap;
    /*changed*/
    flex-direction: row;
    /*changed*/
    margin-top: 20px;
    /*changed*/
    width: auto;
    /*changed*/
    height: auto; }

  /*_Main Content Section*/
  div#indexContFlexWrap > div#contentTextWrap {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    width: 50%;
    /*changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > div#onMedRecTxt_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 10px 70px;
    /*changed*/
    text-align: left;
    /*changed*/
    font: normal bold 20px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#onMedRecDef_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 25px 70px;
    text-align: left;
    /*changed*/
    font: normal normal 18px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#reqReminders_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 10px 70px;
    font: normal normal 16px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 20px 0px 25px 70px;
    /*changed*/
    text-align: left;
    /*changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap > div#sssFormsTxt_ID {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    font: normal bold 18px arial;
    /*changed*/
    text-align: left;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap > a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: visible;
    padding-right: 5px;
    text-decoration: underline;
    color: gray;
    font: normal normal 16px arial;
    /*To be changed*/
    cursor: pointer; }

  div#indexContFlexWrap > div#contentTextWrap > div#requestNowBtnWrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid transparent;
    overflow: visible;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 0px 70px;
    /*changed*/
    text-align: left;
    /*changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#requestNowBtn_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 220px;
    /*changed*/
    padding: 10px;
    /*changed*/
    font: normal bold 18px arial;
    /*changed*/
    text-align: center;
    color: #ffffff;
    background-color: #57DBFF;
    border-radius: 10px;
    border: 1px solid #57DBFF; }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#uploadNow_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 40%;
    /*changed*/
    padding: 10px;
    /*changed*/
    font: normal bold 16px arial;
    /*To be changed*/
    text-align: center;
    color: #ffffff;
    background-color: #25990B;
    border-radius: 10px;
    border: 1px solid #25990B;
    cursor: pointer;
    vertical-align: top; }

  /*_End Main Content Section*/
  /*_Content Background Section*/
  div#indexBg_ID {
    position: relative;
    display: block;
    /*changed*/
    box-sizing: border-box;
    overflow: visible;
    width: 50%;
    /*changed*/
    height: auto;
    /*changed*/
    background: url("../src/MedicalRecordArt.png") center center no-repeat scroll;
    /*changed*/
    background-size: contain; }

  /*_End Content Background Section*/ }
/*End Laptop Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Desktop Section*/
@media all and (min-width: 1601px) {
  /*
  body{
  	background: url("../src/MedicalRecordArt.png") center center no-repeat scroll; changed
  	background-size: content; changed
  }
  */
  div#indexContFlexWrap {
    position: relative;
    display: flex;
    box-sizing: border-box;
    overflow: visible;
    /*changed*/
    flex-wrap: nowrap;
    /*changed*/
    flex-direction: row;
    /*changed*/
    margin-top: 20px;
    /*changed*/
    width: auto;
    /*changed*/
    height: auto; }

  /*_Main Content Section*/
  div#indexContFlexWrap > div#contentTextWrap {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    width: 50%;
    /*changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > div#onMedRecTxt_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 10px 70px;
    /*changed*/
    text-align: left;
    /*changed*/
    font: normal bold 35px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#onMedRecDef_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 25px 70px;
    text-align: left;
    /*changed*/
    font: normal normal 28px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#reqReminders_ID {
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 10px 70px;
    font: normal normal 25px arial;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    padding: 0px 8px 0px 8px;
    margin: 20px 0px 25px 70px;
    /*changed*/
    text-align: left;
    /*changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap > div#sssFormsTxt_ID {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: visible;
    white-space: normal;
    font: normal bold 25px arial;
    /*changed*/
    text-align: left;
    /*changed*/
    color: gray; }

  div#indexContFlexWrap > div#contentTextWrap > div#downFormsLinkWrap > a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: visible;
    padding-right: 5px;
    text-decoration: underline;
    color: gray;
    font: normal normal 23px arial;
    /*To be changed*/
    cursor: pointer; }

  div#indexContFlexWrap > div#contentTextWrap > div#requestNowBtnWrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px solid transparent;
    overflow: visible;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 0px 70px;
    /*changed*/
    text-align: left;
    /*changed*/ }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#requestNowBtn_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 350px;
    /*To be changed*/
    padding: 10px;
    /*changed*/
    font: normal bold 22px arial;
    /*changed*/
    text-align: center;
    color: #ffffff;
    background-color: #57DBFF;
    border-radius: 10px;
    border: 1px solid #57DBFF; }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#requestNowBtn_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 350px;
    /*changed*/
    padding: 10px;
    /*changed*/
    font: normal bold 22px arial;
    /*changed*/
    text-align: center;
    color: #ffffff;
    background-color: #57DBFF;
    border-radius: 10px;
    border: 1px solid #57DBFF; }

  div#indexContFlexWrap > div#contentTextWrap > #requestNowBtnWrap > a#uploadNow_ID {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    word-break: keep-all;
    text-decoration: none;
    width: 350px;
    /*changed*/
    padding: 10px;
    /*changed*/
    font: normal bold 22px arial;
    /*changed*/
    text-align: center;
    color: #ffffff;
    background-color: #25990B;
    border-radius: 10px;
    border: 1px solid #25990B;
    cursor: pointer;
    vertical-align: top; }

  /*_End Main Content Section*/
  /*_Content Background Section*/
  div#indexBg_ID {
    position: relative;
    display: block;
    /*changed*/
    box-sizing: border-box;
    overflow: visible;
    width: 50%;
    /*changed*/
    height: auto;
    /*changed*/
    background: url("../src/MedicalRecordArt.png") center center no-repeat scroll;
    /*changed*/
    background-size: contain; }

  /*_End Content Background Section*/ }
/*End Desktop Section*/
/***********************************************************************************************************************************************************************************************************/
/*Index Page Content*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Footer Section*/
/***********************************************************************************************************************************************************************************************************/
/*Mobile Section*/
@media all and (max-width: 641px) {
  div#footerWrap {
    position: fixed;
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    background: #25990B;
    width: 100%;
    text-align: center; }

  div#footerWrap > div#footerTxt_ID {
    position: relative;
    font: normal 10px arial;
    /*To be changed*/
    color: #ffffff; } }
/*End Mobile Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Tablet Section*/
@media all and (min-width: 642px) and (max-width: 1080px) {
  div#footerWrap {
    position: fixed;
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    background: #25990B;
    width: 100%;
    text-align: center; }

  div#footerWrap > div#footerTxt_ID {
    position: relative;
    font: normal 10px arial;
    /*To be changed*/
    color: #ffffff; } }
/*End Tablet Section */
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Laptop Section*/
@media all and (min-width: 1081px) and (max-width: 1600px) {
  div#footerWrap {
    position: fixed;
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    background: #25990B;
    width: 100%;
    text-align: center; }

  div#footerWrap > div#footerTxt_ID {
    position: relative;
    font: normal 12px arial;
    /*changed*/
    color: #ffffff; } }
/*End Laptop Section*/
/***********************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************/
/*Desktop Section*/
@media all and (min-width: 1601px) {
  div#footerWrap {
    position: fixed;
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    background: #25990B;
    width: 100%;
    text-align: center; }

  div#footerWrap > div#footerTxt_ID {
    position: relative;
    font: normal 14px arial;
    /*changed*/
    color: #ffffff; } }
/*End Desktop Section*/
/***********************************************************************************************************************************************************************************************************/
/*End Footer Section*/
/***********************************************************************************************************************************************************************************************************/

/*# sourceMappingURL=index.css.map */
